Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 534 tail call fixes #538

Merged
merged 2 commits into from
Apr 25, 2024
Merged

Issue 534 tail call fixes #538

merged 2 commits into from
Apr 25, 2024

Conversation

justinethier
Copy link
Owner

No description provided.

Perform full scanning of function application list to ensure self-recursive calls are found. This prevents infinite loops in the beta expansion code when compiling simple recursive calls.
@justinethier justinethier merged commit 6b556d3 into master Apr 25, 2024
2 checks passed
@justinethier justinethier deleted the issue-534-tail-call-fixes branch April 25, 2024 01:55
@justinethier justinethier restored the issue-534-tail-call-fixes branch May 21, 2024 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant